home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hardcore Visual Basic 5.0 (2nd Edition)
/
Hardcore Visual Basic 5.0 - Second Edition (1997)(Microsoft Press).iso
/
Code
/
IANIMA~1.CLS
< prev
next >
Wrap
Text File
|
1997-06-14
|
458b
|
23 lines
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "IAnimation"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
Option Explicit
Property Get Running() As Boolean
End Property
Property Let Running(fRunning As Boolean)
End Property
Property Get Canvas() As Object
End Property
Property Set Canvas(objCanvas As Object)
End Property